home *** CD-ROM | disk | FTP | other *** search
- TIKI
- $define rockworkdir sound/character/walking_rock/small
- setup
- {
- scale 0.75
- radius 16
- lod_scale 12
- path models/characters/walkrock_small
- surface material1 shader skin01.tga
- skelmodel walking_rock_small_baseframe.skb
- }
-
- init
- {
- server
- {
- classname Actor
- setsize "-16 -16 0" "16 16 24"
- statemap ai/walkrock.st
- enemy
- civilian
- fov 360
- enemytype demon
- name "ricky"
- manatype small
- visiondistance 1000
- health 10000
- turnspeed 5
- deathshrink 5
- targetable 0
- }
- client
- {
- cache $rockworkdir$/getting_up.wav
- cache $rockworkdir$/run.wav
- cache $rockworkdir$/getting_down.wav
- cache $rockworkdir$/walk.wav
- }
- }
-
- animations
- {
- idle idle_base.ska
- getting_up getting_up.ska
- {
- client
- {
- 0 sound $rockworkdir$/getting_up.wav 0 .8 128
- }
- }
- walk walk.ska
- {
- client
- {
- 0 sound $rockworkdir$/walk.wav 0 .8 128
- }
- }
- run run.ska
- {
- client
- {
- 0 sound $rockworkdir$/run.wav 0 .8 128
- }
- }
- getting_down getting_down.ska
- {
- client
- {
- 0 sound $rockworkdir$/getting_down.wav 0 .8 128
- }
- }
- }
-
- /*QUAKED Characters_Walkrock-Small (1 0.5 0) (-16 -16 0) (16 16 24) x x x x x x TRIGGER_SPAWNED
- Walking Rock - small variant.
-
- Do not disturb.
- */